header {
    width: 100%;
    height: 133px;
    background-image: url(../img/b2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-top {
    height: 60px;
    display: flex;
    align-items: center;
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top__menu {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
    padding: 0;
    margin:0;
}

.header-top__menu li {
    padding: 0 12px;
    list-style: none;
}

.header-top__menu li:first-child {
    padding-left: 0;
}

.header-top__menu li:last-child {
    padding-right: 0;
}

.header-top__menu a {
    color: #828282;
    font-size: 16px;
    text-decoration: none;
}

.header-top__phone {
    margin-left: 180px;
    text-align: left;
    display: flex;
    align-items: center;
}

.header-top__phone .icon-phone-grey {
    width: 18px;
    height: 18px;
    background-image: url("../img/i4.png");
    margin-right: 9px;
}

.header-top__phone a {
    color: #4F4F4F;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.header-top__main-phone {
    display: flex;
    align-items: center;
    margin: 0 50px 0 40px;
}

.header-top__main-phone-icons .icon-rounded-phone {
    width: 24px;
    height: 24px;
    background-image: url("../img/i3.png");
}

.header-top__main-phone-icons .icon-rounded-phone-active {
    width: 24px;
    height: 24px;
    background-image: url("../img/i2.png");
}

.header-top__main-phone-icons .icon-rounded-pointer {
    width: 24px;
    height: 24px;
    background-image: url("../img/i1.png");
}

.header-top__main-phone-number {
    color: #2F80ED;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
    border-bottom: 1px dashed #2F80ED;
    margin-left: 12px;
}

.header-top__profile {
    display: flex;
    align-items: center;
}

.header-top__profile a {
    display: flex;
    align-items: center;
    color: #2F80ED;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    text-decoration: none;
}

.header-top__profile a .icon-profile {
    width: 30px;
    height: 30px;
    background-image: url("../img/i5.png");
    margin-right: 6px;
}

.header-menu {
    height: 73px;
    background: #F7F7FF;
    display: flex;
    align-items: center;
}

.header-menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu__logo img {
    height: 23px;
}

.header-menu__menu {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
    padding: 0;
    margin: 0 20px;
}

.header-menu__menu li {
    border-right: 1px solid #E5E1FF;
    padding: 20px;
    list-style: none;
}

.header-menu__menu li:last-child {
    border: none;
}

.header-menu__menu a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #716FBB;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-menu__menu a .icon-catalog {
    width: 14px;
    height: 8px;
    background-image: url("../img/i8.png");
    margin-right: 6px;
}

.header-menu__menu a .icon-object {
    width: 16px;
    height: 16px;
    background-image: url("../img/i9.png");
    margin-right: 6px;
}

.header-menu__menu a .icon-money {
    width: 22px;
    height: 16px;
    background-image: url("../img/i10.png");
    margin-right: 6px;
}

.header-menu__menu a .icon-contact {
    width: 12px;
    height: 8px;
    background-image: url("../img/i7.png");
    margin-right: 6px;
}

.header-menu__cart {
    height: 56px;
    width: 56px;
    position: relative;
}

.header-menu__cart-icon {
    background-image: url("../img/i6.png");
    background-size: contain;
    height: 56px;
    width: 56px;
    text-decoration: none;
    display: block;
}

.header-menu__cart-qty {
    height: 22px;
    width: 22px;
    background: transparent;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333333;
}

.header-menu__cart-qty.full {
    background: #FFF500;
}